]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - Super Polarity/Program.cs
Removes spaces.
[rbdr/super-polarity] / Super Polarity / Program.cs
diff --git a/Super Polarity/Program.cs b/Super Polarity/Program.cs
deleted file mode 100644 (file)
index 6c3f614..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#region Using Statements
-using System;
-using System.Collections.Generic;
-using System.Linq;
-#endregion
-
-namespace SuperPolarity
-{
-#if WINDOWS || LINUX
-    /// <summary>
-    /// The main class.
-    /// </summary>
-    public static class Program
-    {
-        /// <summary>
-        /// The main entry point for the application.
-        /// </summary>
-        [STAThread]
-        static void Main()
-        {
-            using (var superPolarity = new SuperPolarity())
-                superPolarity.Run();
-        }
-    }
-#endif
-}